home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / frame_10 / PlaceObject2_493_495 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Encoding:
Text File  |  2005-08-26  |  235 b   |  17 lines

  1. onClipEvent(load){
  2.    if(_name != "shipSTAT")
  3.    {
  4.       life = 3500;
  5.       _Y = -100;
  6.       _X = 275;
  7.       yspeed = 0;
  8.       xspeed = 0;
  9.       speed = 4;
  10.       pp = 0;
  11.    }
  12.    else
  13.    {
  14.       _visible = false;
  15.    }
  16. }
  17.